home *** CD-ROM | disk | FTP | other *** search
/ Doom 3 - Resurrection of …l (USA) (Xbox Press Kit) / Doom 3 - Resurrection of Evil (USA) (Xbox Press Kit).bin / Doom3_ROE_Xbox_Press / sections / galleries.swf / scripts / DefineSprite_197 / frame_1 / DoAction.as
Text File  |  2005-09-12  |  208b  |  12 lines

  1. checkTime = function()
  2. {
  3.    if(_currentframe == 1)
  4.    {
  5.       gotoAndStop("start");
  6.       play();
  7.       clearInterval(intervalID);
  8.    }
  9. };
  10. intervalID = setInterval(checkTime,random(6000));
  11. stop();
  12.